home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / wsc4c10.zip / SELFTEST.H < prev    next >
Text File  |  1996-08-31  |  218b  |  9 lines

  1. /* simple.h */
  2.  
  3. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  4. BOOL InitApplication(HANDLE);
  5. BOOL InitInstance(HANDLE, int);
  6. long FAR PASCAL MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7. void ProcessChar(char);
  8.  
  9.